The GCF supports collaboration on documents in workflows for both document type workflow and workflow definitions (Meridian Advanced Document Workflow Module). If the workflow options (for document type workflow) or workflow diagrams (for workflow definitions) are the same on the collaborating sites, the GCF will synchronize the workflow states automatically.
A workflow definition's workflow diagram in a remote vault is considered to be the same when the internal name of the workflow definition is the same, the number of workflow states is the same, and the internal names of the workflow states are the same.
When documents are imported, the GCF ignores any access settings or privileges in the receiving vault. Regardless of the Document Access option of the workflow state or the privileges granted to the account under which the Meridian Enterprise import processor runs, the document content will always be updated and the properties will always be set as configured.
When the workflow diagrams in two collaborating vaults are not the same, custom logic must be added to the vaults' script to link the workflows together. If a matching workflow state does not exist in the receiving vault, the GCF takes further action. Without additional logic this would leave the document in the same workflow state as it is currently in. If required, logic in the BrcEvent_AfterImport event handler can run specific workflow transitions in the destination vault.
Notes
By default, the GCF will only synchronize the workflow state of a document on transfer. With some additional scripting, the GCF is also capable of transferring the to-do person of a workflow, thereby enabling automated cross-site workflows. For more details and a sample, see Cross-site workflow implementation.
Related information